intArrayOf

fun intArrayOf(vararg elements: Int): IntArray

Returns an array containing the specified Int numbers.